From: Konrad Rzeszutek Wilk Date: Fri, 12 Feb 2016 09:34:38 +0000 (+0100) Subject: build: remove .config from /boot when uninstalling X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~1767 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=7ffb9b0cda75479471afa90cf44763af0020493f;p=xen.git build: remove .config from /boot when uninstalling c/s 361b4f9f0f0d4adc19df428e224a7b8fa62cd392 "build: save generated xen .config" forgot to remove the config file when uninstalling. Signed-off-by: Konrad Rzeszutek Wilk Acked-by: Jan Beulich --- diff --git a/xen/Makefile b/xen/Makefile index 8b530c25a1..5d98bcbf2f 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -81,6 +81,7 @@ _uninstall: D=$(DESTDIR) _uninstall: T=$(notdir $(TARGET)) _uninstall: Z=$(CONFIG_XEN_INSTALL_SUFFIX) _uninstall: + rm -f $(D)$(BOOT_DIR)/$(T)-$(XEN_FULLVERSION).config rm -f $(D)$(BOOT_DIR)/$(T)-$(XEN_FULLVERSION)$(Z) rm -f $(D)$(BOOT_DIR)/$(T)-$(XEN_VERSION).$(XEN_SUBVERSION)$(Z) rm -f $(D)$(BOOT_DIR)/$(T)-$(XEN_VERSION)$(Z)